chore: migrate @vlandoss/{config,run-run} → @rrlab/* toolchain#17
Merged
Conversation
Replace shared config + task runner with the @rrlab equivalents (biome-config, biome-plugin, cli, ts-config, ts-plugin, tsdown-plugin) across root, package, docsite and all 9 examples. Each example gains a run-run.config.mts; root tsdown.config.ts switches to plain tsdown. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The new @rrlab toolchain exposes the package build as `rr pack` (from @rrlab/tsdown-plugin); the legacy `build:lib` subcommand was dropped. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
rqbazan
added a commit
that referenced
this pull request
May 27, 2026
Builds on the @rrlab migration in #17, which pinned the older 0.x releases. Bumps to the latest @rrlab/* and tightens the setup. - @rrlab/{cli,biome-plugin,ts-plugin,tsdown-plugin} 0.x → 1.1.0 across root + all 9 examples (+ lockfiles); pin exact versions - @biomejs/biome → 2.4.15 (latest); apply its organizeImports safe fix to the two examples with a #config module declaration - package/tsdown.config.ts: use @rrlab/tsdown-config defineLibConfig - catalog @rrlab/{ts-config,tsdown-config}; declare them per-package - drop package `build` script; prepublishOnly runs `rr pack` directly - mise: glob config_roots ("examples/*"); env:pack + lib:{build,test} use `dir` + `rr pack`/`vitest run` instead of pnpm filters - docs: point example setup at @rrlab/biome-config Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@vlandoss/config+@vlandoss/run-runwith the@rrlab/*toolchain (biome-config,biome-plugin,cli,ts-config,ts-plugin,tsdown-plugin) across root,package/,docsite/, and all 9 examples.2.4.15; loosen pins on@biomejs/biomeandtypescriptto caret ranges.run-run.config.mtsper example wiringbiome()+ts()plugins; root config also includestsdown().package/tsdown.config.tsswitches to plaintsdown.pnpm-lock.yaml/bun.lockplus the rootpnpm-lock.yaml.Test plan
lefthookpre-commit (biome check+tsc) passespnpm install --ignore-workspacesucceeds in each examplebun installsucceeds inbackend-bunandbackend-deno🤖 Generated with Claude Code